home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 376 < prev    next >
Internet Message Format  |  1994-08-27  |  807b

  1. From: stigb@pvv.unit.no
  2. Subject: Re: Fast serial (was: misc kernel patches... (mostly tty stuff))
  3. Date: Fri, 16 Jul 1993 01:25:13 +0100 (DST)
  4. In-Reply-To: <9307141421.AA00212@jelal.north.de> from "Juergen Lock" at Jul 14, 93 04:21:46 pm
  5. X-Charset: ASCII
  6. X-Char-Esc: 29
  7.  
  8.  
  9. >  ok!  but that still requires changes in MiNT.  for example currently it
  10. > seems a 1K tty read gets _always_ translated into 1000 device reads of
  11. > each one char, that just cant be fast no matter how good the driver is...
  12.  
  13. I think this problem can appear when you use getc() and don't include
  14. <stdio.h>.  If you don't, you will be using the C library function, that
  15. does it byte by byte, but <stdio.h> contains a macro for it that uses
  16. a buffer...  This is from experience with UNIX, not MiNT though.
  17. Might be worth a look. ;-)
  18.  
  19. Stig
  20.